home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-03-18 | 2.9 KB | 77 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Gnuplot
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Gnuplot.tiff
- DOCICONS = GnuplotDoc.tiff GnuplotDoc.tiff
-
- LOCAL_RESOURCES = AxesPane.nib ContourOptionsPanel.nib CopyingPanel.nib \
- DataPane.nib GeneralPane.nib Gnuplot.nib GnuplotPlot.nib \
- InfoPanel.nib Inspector.nib NoPane.nib Preferences.nib \
- ThreeDPane.nib TicOptionsPanel.nib
-
- GLOBAL_RESOURCES = Attachment.tiff Gnuplot.tiff GnuplotDoc.tiff \
- InfoPlot.eps InspectorAxes.tiff InspectorData.tiff \
- InspectorGeneral.tiff InspectorThreeD.tiff \
- LineStyle1.tiff LineStyle2.tiff LineStyle3.tiff \
- LineStyle4.tiff LineStyle5.tiff LineStyle6.tiff \
- LineStyle7.tiff LineStyle8.tiff LineStyle9.tiff \
- PointStyle1.tiff PointStyle2.tiff PointStyle3.tiff \
- PointStyle4.tiff PointStyle5.tiff PointStyle6.tiff \
- StyleBoxErrorbars.tiff StyleBoxes.tiff StyleDots.tiff \
- StyleErrorbars.tiff StyleImpulses.tiff StyleLines.tiff \
- StyleLinespoints.tiff StylePoints.tiff
-
- CLASSES = AxesPane.m CellScrollView.m ContourOptionsPanel.m DataPane.m \
- DoubleValueSortedList.m FunctionObject.m GeneralPane.m Gnuplot.m \
- GnuplotPlot.m Inspector.m MultipleSelectionMatrix.m NoPane.m \
- OptionsPanel.m Pane.m PlotView.m PopUpScrollView.m Preferences.m \
- Status.m StatusContour.m StatusTics.m SubCell.m SubObject.m \
- ThreeDPane.m TicCell.m TicObject.m TicOptionsPanel.m
-
- HFILES = AxesPane.h CellScrollView.h ContourOptionsPanel.h DataPane.h \
- DoubleValueSortedList.h FunctionObject.h GeneralPane.h Gnuplot.h \
- GnuplotPlot.h Inspector.h MultipleSelectionMatrix.h NoPane.h \
- OptionsPanel.h Pane.h PlotView.h PopUpScrollView.h Preferences.h \
- Status.h StatusContour.h StatusTics.h SubCell.h SubObject.h \
- ThreeDPane.h TicCell.h TicObject.h TicOptionsPanel.h
-
- MFILES = Gnuplot_main.m
-
- CFILES = binary.c bitmap.c command.c contour.c eval.c gnubin.c graph3d.c \
- graphics.c help.c internal.c misc.c parse.c plot.c readline.c \
- scanner.c setshow.c specfun.c standard.c term.c util.c version.c
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Gnuplot.tiff \
- -sectcreate __ICON GnuplotDoc GnuplotDoc.tiff
-
- LIBS = -lMedia_s -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-